home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
com
/
bbs
/
server
/
hellbbs
/
scripts
/
math.scr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-27
|
192 b
|
8 lines
pyth="x^2+y^2"
PRINT "Pythagoras calculation as demo for math functions..."
PRINT pyth
PRINT
INPUT "Enter x: ",x
INPUT "Enter y: ",y
PRINT
PRINT "Result: "+CALC(pyth) [ Cool, isn't it?